home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / pc / virtual.exe / virtual.DXR / 00005_F.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  125 b   |  9 lines

  1. on mouseUp
  2.   global drive
  3.   set drive to "f"
  4.   startTimer()
  5.   repeat while the timer < (1 * 60)
  6.   end repeat
  7.   go("out")
  8. end
  9.